home *** CD-ROM | disk | FTP | other *** search
/ Java 1996 August / Java - Summer 1996.iso / Linux / old / old-betas / README.patch1 < prev    next >
Encoding:
Text File  |  1996-02-04  |  786 b   |  23 lines

  1.  
  2. This is a patch to fix problems with text otuput in the awt in 
  3. the jdk-linux-1.0-try1... This will *NOT* be needed for *ANY* other
  4. version!
  5.  
  6. To run with the patch set the environment variable LD_PRELOAD
  7. to the full path and filename of the included .so file.  I recommend
  8. doing this by modifying the .java_wrapper script in java/bin.
  9. Included in this patch is a modified .java_wrapper, replace yours with
  10. it.  It expects the libjavapatch.so.1 to be in lib/i586.
  11.  
  12. Further, I forgot to make the i486 and i386 links in java/bin and
  13. java/lib.  You'll need them unless you have a pentium ;)
  14.  
  15. **CAUTION**: If you manually set LD_PRELOAD, and then start any other X
  16. program that uses unicode, it will most likely not work.  You have been
  17. warned!
  18.  
  19. Thanks,
  20. --randy
  21. <chapman@u.washington.edu>
  22.  
  23.